projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
786bf6f
)
Patch from Rob: Write also line headers for routepoints.
author
oliskoli
<oliskoli>
Thu, 4 May 2006 16:41:00 +0000
(16:41 +0000)
committer
oliskoli
<oliskoli>
Thu, 4 May 2006 16:41:00 +0000
(16:41 +0000)
stmwpp.c
patch
|
blob
|
history
diff --git
a/stmwpp.c
b/stmwpp.c
index 6fb4c4c7c8fbb026d06783164318fab2ec46cd00..7dc1fda14f34c5fb5e9ae17e319fb36ebdda5105 100644
(file)
--- a/
stmwpp.c
+++ b/
stmwpp.c
@@
-232,6
+232,7
@@
stmwpp_waypt_cb(const waypoint *wpt)
switch(what)
{
case STM_WAYPT:
+ case STM_RTEPT:
fprintf(fout, "WP,D,%s,", wpt->shortname);
break;
@@
-245,6
+246,7
@@
stmwpp_waypt_cb(const waypoint *wpt)
switch(what)
{
case STM_WAYPT:
+ case STM_RTEPT:
fprintf(fout, ".%02d", wpt->centiseconds);
break;
case STM_TRKPT: